add

@JvmName(name = "addAdminKey")
fun DslList<ByteString, ConfigKt.SecurityConfigKt.Dsl.AdminKeyProxy>.add(value: ByteString)
The public key authorized to send admin messages to this node.

repeated bytes admin_key = 3;

Parameters

value

The adminKey to add.